public class AgentSmith extends Agent
fNegotiation, parametervalues, sessionNr, sessionsTotal, startTime, strategyParameters, timeline, totalTime, utilitySpace| Constructor and Description |
|---|
AgentSmith() |
| Modifier and Type | Method and Description |
|---|---|
Action |
chooseAction()
When we take turn, this function is invoked.
|
java.lang.String |
getName() |
static java.lang.String |
getVersion()
The version of this agent
|
void |
init()
The agent will be initialized here.
|
void |
ReceiveMessage(Action pAction)
This is called when a action was done, by the other agent.
|
endSession, getAgentID, getParameterValues, getSessionNumber, getSessionsTotal, getStrategyParameters, getUtility, internalInit, isUIAgent, loadSessionData, parseStrategyParameters, restartDataObjectsFolder, saveSessionData, setAgentID, setName, sleeppublic static java.lang.String getVersion()
public java.lang.String getName()
public void ReceiveMessage(Action pAction)
ReceiveMessage in class Agentpublic Action chooseAction()
chooseAction in class Agent